busy brain - translation to ρωσικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

busy brain - translation to ρωσικά

COMPUTER PROGRAMMATION TECHNIQUE IN WHICH A PROCESS REPEATEDLY CHECKS TO SEE IF A CONDITION IS TRUE
Busy spin; Busy-wait; Busy-loop; Busy loop; Busy wait; Busy-wait loop; Busy-wait loops; Busy wait loops; Busy wait loop; Busy-waiting

busy brain      
энергичный /деятельный/ ум
busy waiting         

общая лексика

активное ожидание

в программировании - исполнение цикла в ожидании наступления события

синоним

wait loop; busy wait

busy         
WIKIMEDIA DISAMBIGUATION PAGE
Busy (disambiguation); Busy (song)
busy I 1. adj. 1) деятельный; занятой (at, in, with) - busy as a bee - busy as a beaver 2) занятый the line is busy - номер (телефона) занят; линия занята - busy signal 3) оживленный (об улице) 4) беспокойный, суетливый - busy idleness Syn: active, engaged, engrossed, occupied 2. v. 1) давать работу, засадить за работу, занять работой I have busied him for the whole day - я дал ему работу на весь день to busy one's brains - ломать себе голову 2) refl. заниматься II noun sl. сыщик Ant: idle, inactive, inert, passive, relaxed, unoccupied

Ορισμός

busy-wait
<programming> To wait for an event by spinning through a tight loop or timed-delay loop that polls for the event on each pass, as opposed to setting up an interrupt handler and continuing execution on another part of the task. This is a wasteful technique, best avoided on time-sharing systems where a busy-waiting program may hog the processor. [Jargon File] (1999-06-10)

Βικιπαίδεια

Busy waiting

In computer science and software engineering, busy-waiting, busy-looping or spinning is a technique in which a process repeatedly checks to see if a condition is true, such as whether keyboard input or a lock is available. Spinning can also be used to generate an arbitrary time delay, a technique that was necessary on systems that lacked a method of waiting a specific length of time. Processor speeds vary greatly from computer to computer, especially as some processors are designed to dynamically adjust speed based on current workload. Consequently, spinning as a time-delay technique can produce unpredictable or even inconsistent results on different systems unless code is included to determine the time a processor takes to execute a "do nothing" loop, or the looping code explicitly checks a real-time clock.

In most cases spinning is considered an anti-pattern and should be avoided, as processor time that could be used to execute a different task is instead wasted on useless activity. Spinning can be a valid strategy in certain circumstances, most notably in the implementation of spinlocks within operating systems designed to run on SMP systems.

Μετάφραση του &#39busy brain&#39 σε Ρωσικά